Add command C-c m in report-emacs-bug that puts the bug into preferred mailer.
authorJan D. <jan.h.d@swipnet.se>
Tue, 17 Aug 2010 10:07:41 +0000 (12:07 +0200)
committerJan D. <jan.h.d@swipnet.se>
Tue, 17 Aug 2010 10:07:41 +0000 (12:07 +0200)
commit9391facd67f4b1b21c2e9b375afbdc2d7c580421
treec48a4ada27f8d0e40e8c87905d007ecf4a1036e2
parent8d8a3611745ccf574808a73480defe0a5a05a981
Add command C-c m in report-emacs-bug that puts the bug into preferred mailer.

Depends on xdg-email being available.

* lisp/mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
(report-emacs-bug-can-use-xdg-email): New functions.
(report-emacs-bug): Set can-xdg-email to result of
report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
\C-cm to report-emacs-bug-insert-to-mailer and add help text
about it.
lisp/ChangeLog
lisp/mail/emacsbug.el